body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

li {
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

*,
*:after,
*:before {
	box-sizing: inherit;
}

b,
i {
	font-style: normal;
	font-weight: normal;
}

a {
	outline: none;
	text-decoration: none !important;
	color: #1ab188;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

.after:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.hide {
	display: none;
}

.l {
	float: left;
	display: inline;
}

.r {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

/*================================================================================================*/

/*===========index========*/
.mytop{
	width: 100%;
	min-width: 1200px;
	height: 41px;
	border-bottom: 1px solid #cccccc;
	background-color: #f0f0f0;
}
.mytop .center{
	overflow: hidden;
}
.mytop p{
	font-size: 14px;
	color: #555555;
	line-height: 40px;
	float: left;
}
.mytop ul{
	float: right;
	overflow: hidden;
}
.mytop li{
	float: left;
	height: 40px;
	margin-left: 10px;
}
.mytop li span{
	display: block;
	width: 1px;
	height: 11px;
	background-color: #bbbbbb;
	margin: 15px 0;
}
.mytop li a{
	font-size: 14px;
	color: #555555;
	line-height: 40px;
}
.mytop li:hover>a{
	color: #f29802;
}
.header{
	width: 100%;
	min-width: 1200px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.header .headerbox{
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.header .center{
	height: 120px;
	position: relative;
}
.header .center .logo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.header .center .logobox{
	width: 360px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	overflow: hidden;
}
.header .center .logobox p{
	display: block;
	float: right;
	/*max-width: 320px;*/
	overflow: hidden;
}
.header .center .logobox p b{
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	line-height: 26px;
}
.header .center .logobox p strong{
	font-size: 22px;
	color: #ff601f;
	font-family: arial;
	font-weight: bold;
	margin-left: 10px;
}
.header .center .logobox .myform{
	overflow: hidden;
	margin-top: 10px;
	float: right;
}
.header .center .logobox .myform .headertext{
	width: 320px;
	height: 40px;
	border: 1px solid #bebebe;
	border-right: none;
	outline: none;
	float: left;
	padding-left: 14px;
	font-size: 14px;
	color: #999999;
}
.header .center .logobox .myform .headersubmit{
	width: 40px;
	height: 40px;
	background-color: #6f6f6f;
	background-image: url("../images/logosearch.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	outline: none;
	float: left;
}
.banner{
	width: 100%;
	min-width: 1200px;
	height: 550px;
	position: relative;
	overflow: hidden;
}
.myloop{
	width: 1920px;
	height: 550px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 1;
}
.myloop .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.myloop .swiper-pagination{
	height: 20px;
	text-align: center;
	position: absolute;
	/*left: 50%;
	transform: translateX(-50%);*/
	bottom: 15px;
	text-align: center;
}
.myloop .swiper-pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #54585b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;
	margin-right: 5px;
	margin-left: 5px;
}
.myloop .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #505558;
}
.banner .center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 2;
	height: 100%;
}
.banner ul{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.banner li{
	flex: 1;
	border-left: 1px solid #154b95;
	background-color: #036cb7;
	transition: all 0.4s;
	position: relative;
}
.banner li a{
	display: block;
	width: 100%;
	border-left: 1px solid #82b0eb;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	transition: all 0.4s;
}
.banner li:hover{
	background-color: #f29802;
}
.banner li:hover >a{
	font-weight: bold;
}
.banner .bannerli{
	background-color: #f29802;
}
.banner .bannerli a{
	font-weight: bold;
}
.banner dl{
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.banner dl dd {
	display: block;
	padding: 0 12px;
	border-left: 1px solid #fff;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 50px;
	float: left;
	/*background-color: #777777;*/
	cursor: pointer;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}

.banner dl dd span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: -1;
	transition: all 0.4s;
}
/*.banner dl .dlcolor{
	border-left: 1px solid #3286c2;
}*/
.banner dl .dlcolor span{
	background-color: #3286c2;
	opacity: 1;
	filter:alpha(opacity=100);
}
/*.banner dl dd:hover{
	border-left: 1px solid #3286c2;
}*/
.banner dl dd:hover >span{
	background-color: #3286c2;
	opacity: 1;
	filter:alpha(opacity=100);
}
.banner li .banadd{
	height: 260px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;width: 100%;
}
.banner li .banadd .banaddli{
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #7f8081;
	border-left: none;
	background-color: #48494a;
	transition: all 0.4s;
}
.banner li .banadd .banaddli a {
	border: 0;
}
.banner li .banadd .banaddli:last-child{
	border: none;
}
.banner li .banadd .banaddli:hover{
	background-color: #f29802;
	font-weight: bold;
}
.banner li:hover >.banadd{
	display: block;
}
/*.bannerli .banadd{
	display: block !important;
}*/
.whyme{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding-bottom: 48px;
}
.mytitle{
	padding: 32px 0;
}
.mytitle h3{
	font-size: 28px;
	color: #444444;
	line-height: 28px;
	text-align: center;
}
.mytitle .mybtm{
	height: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.mytitle .mybtm span {
	display: block;
	height: 1px;
	width: 435px;
	background-color: #d9d9d9;
	float: left;
	position: relative;
	margin: 10px 0;
}
.mytitle .mybtm span i{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	/*transform: translateY(-50%);*/
}
.mytitle .mybtm  p{
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	display: inline-block;
	width: 330px;
	text-align: center;
}
.whyme .whybox ul{
	overflow: hidden;
}
.whyme .whybox li{
	width: 25%;
	float: left;
	position: relative;
}
.whyme .whybox li .whytext{
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.6s;
}
.whyme .whybox li .whytext span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.6s;
}
.whyme .whybox li .whytext p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	cursor: default;
	transition: all 0.6s;
}
.whyme .whybox li .whytext .whyhide{
	width: 100%;
	display: none;
	margin: 74px 0;
	transition: all 0.6s;
}
.whyme .whybox li .whytext .whyhide h3{
	font-size: 22px;
	color: #F29802;
	font-weight: bold;
	text-align: center;
	line-height: 56px;
	transition: all 0.6s;
}
.whyme .whybox li .whytext .whyhide b{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	transition: all 0.6s;
}
.main{
	padding-top: 36px;
	padding-bottom: 60px;
	background-color: #fff;
}
.main .center{
	overflow: hidden;
}
.mainleft{
	width: 260px;
	float: left;
}
.mainleft .mainli{
	height: 90px;
	cursor: default;
	border-bottom: 2px solid #fff;
	z-index: 1;
	overflow: hidden;
	background-color: #eeeeee;
}
.mainleft .mainli .maintext{
	width: 100%;
	padding: 20px 0;
	background-color: #036cb7;
	position: relative;
}

.mainleft .mainli .maintext:before{
	content: '';
	width: 40px;
	height: 34px;
	background: url("../images/hands.png") no-repeat;
	position: absolute;
	top: 30px;
	right: 30px;
}
.mainleft .mainli .maintext h3{
	font-size: 24px;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
}
.mainleft .mainli .maintext p{
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 30px;
	font-family: arial;
}
.mainleft .mainli ul{
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	/*display: none;*/
	transition: all 0.6s;
	z-index: -1;
}
.mainleft .mainshow{
	height: 100%;
}
/*.mainleft .mainshow ul{
	display: block;
}*/
.mainleft .mainli li{
	width: 100%;
	height: 55px;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 27px;
	background-color: #eeeeee;
	transition: all 0.6s;
}
.mainleft .mainli li span{
	display: block;
	width: 17px;
	height: 17px;
	background-color: #777777;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	font-family: "鏂板畫浣�";
	color: #fff;
	margin: 19px 0;
	float: left;
	transition: all 0.6s;
}
.mainleft .mainli li p{
	font-size: 16px;
	color: #000000;
	line-height: 55px;
	float: left;
	margin-left: 18px;
}
.mainleft .mainli .maincolor{
	background-color: #f29802;
}
.mainleft .mainli .maincolor span{
	background-color: #fff;
	color: #f39e10;
}
.mainleft .mainli .maincolor p{
	color: #fff;
}
.mainleft .mainli li:hover{
	background-color: #f29802;
}
.mainleft .mainli li:hover >span{
	background-color: #fff;
	color: #f39e10;
}
.mainleft .mainli li:hover>p{
	color: #fff;
}
.mainright{
	width: 920px;
	float: left;
	margin-left: 20px;
}
.mainright .mainadd{
	display: none;
	transition: all 1s;
}
.mainright .mainadd:nth-child(1){
	display: block;
}
.mainright .mainadd .mymain{
	display: none;
}
.mainright .mainadd .mymain:nth-child(1){
	display: block;
}
.mainright ul{
	overflow: hidden;
}
.mainright li{
	float: left;
	width:293px;
	
	margin-right: 20px;
	margin-bottom: 21px;
	position: relative;
	border: 1px solid #e2e2e2;
}
.mainright li a{
	width:100%;
	
	display:block;
}
.mainright li a .mybox{
	width: 100%;
	height: 280px;
}
.mainright li a .mybox img{
	width: 100%;
	height: 100%;
}
.mainright li a .zmaddbox{
	width: 100%;
	height: 10px;
	background-color: #036cb7;
	position: relative;
}
.mainright li a .zmaddbox i{
	width: 25%;
	height: 10px;
	display: block;
	background-color: #f29802;
	position: absolute;
	right: 0;
	top: 0;
}
.mainright li .myline{
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.6s;
	overflow: hidden;
}
.mainright li .myline span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.mainright li .myline .mytext{
	width: 100%;
	margin: 108px 0;
	transition: all 0.6s;
}
.mainright li .myline .mytext p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
.mainright li:nth-child(3n){
	margin-right: 0;
}
.mainright li:hover> a .myline{
	height: 100%;
}
.content{
	width: 100%;
	min-width: 1200px;
	height: 667px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.content .contentbox{
	width: 1920px;
	height: 667px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.content .center{
	padding-top: 20px;
}
.content .mycontent{
	overflow: hidden;
	margin-top: 50px;
}
.content .mycontent .contentleft{
	width: 890px;
	float: left;
	overflow: hidden;
}
.content .mycontent .contentleft .contentpic{
	float: left;
}
.content .mycontent .contentleft .contentext{
	width: 470px;
	height: 398px;
	background-color: #fff;
	padding: 40px;
	float: left;
}
.content .mycontent .contentleft .contentext h3{
	font-size: 20px;
	color: #036CB7;
	font-weight: bold;
	line-height: 20px;
}
.content .mycontent .contentleft .contentext p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 26px;
	text-align: justify;
}
.content .mycontent .contentleft .contentext a{
	display: block;
	width: 106px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	background-color: #036cb7;
	margin-top: 40px;
	transform: all 0.6s;
}
.content .mycontent .contentleft .contentext a:hover{
	background-color: #fff;
	border:1px solid  #036cb7;
	color: #036cb7;
}
.content .mycontent .contentright{
	width: 280px;
	height: 398px;
	float: right;
}
.myloopto{
	width: 100%;
	height: 100%;
}
.myloopto .swiper-button-next{
	width: 27px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	left: auto;
	
}
.myloopto .swiper-button-prev{
	width: 27px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: auto;
	
}
.section{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 60px 0;
}
.section .center{
	overflow: hidden;
}
.section .sectionleft{
	width: 890px;
	height:476px;
	background-color: #fff;
	padding: 0 25px;
	float: left;
}
.section .sectiontitle {
	height: 50px;
	overflow: hidden;
	padding-top: 10px;
}
.section .sectiontitle h3{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 40px;
	float: left;
	position: relative;
}
.section .sectiontitle h3 span{
	font-size: 12px;
	color: #4a4a4a;
	font-family: arial;
	margin-left: 5px;
	letter-spacing: 1px;
}
.section .sectiontitle h3 p{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #f29802;
	position: absolute;
	bottom: 2px;
}
.section .sectiontitle h3 p i{
	display: block;
	width: 50%;
	height: 100%;
	background-color: #505558;
	position: absolute;
	left: 0;
}
.section .sectiontitle a{
	float: right;
	line-height: 40px;
	font-size: 14px;
	color: #4A4A4A;
	font-family: arial;
}
.section .sectiontitle a:hover{
	color: #036cb7;
}
.section .sectiontop{
	margin-top: 24px;
	overflow: hidden;
}
.section .sectiontop .sectionbox{
	float: left;
}
.section .sectiontop .sectiontext{
	float: left;
	width: 534px;
	/* padding-left:25px; */
}
.section .sectiontop .sectiontext h4 a{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 42px;
}
.section .sectiontop .sectiontext p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.section .sectiontop .sectiontext .sctbtn{
	display: block;
	width: 106px;
	height: 30px;
	border: 1px solid #036cb7;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #036cb7;
	margin-top: 16px;
	transition: all 0.6s;
}
.section .sectiontop .sectiontext h4 a:hover{
	color: #036cb7;
}
.section .sectiontop .sectiontext .sctbtn:hover{
	background-color: #036cb7;
	border: none;
	color: #fff;
}
.section .sectionbtm{
	/*margin-top: 22px;*/
	padding: 22px 0;
}
.section .sectionbtm ul{
	overflow: hidden;    width: 420px;
    float: left;
}
.section .sectionbtm li{
	width: 100%;
	
	line-height: 34px;

}
.section .sectionbtm li:nth-child(2n){
	margin-right: 0;
}
.section .sectionbtm li span{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #b2b2b2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);

}
.section .sectionbtm li p{
	display: block;
	width: 300px;
	font-size: 14px;
	color: #666666;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section .sectionbtm li b{
	font-size: 14px;
	color: #666666;
	float: right;
}
.section .sectionbtm li:hover>a p{
	color: #036cb7;
}
.section .sectionbtm li:hover>a b{
	color: #036cb7;
}
.section .sectionright{
	float: right;
	width: 280px;
}
.section .sectionright .sctitle{
	height: 50px;
	background-color: #036cb7;
	overflow: hidden;
	padding: 0 25px;
}
.section .sectionright .sctitle h3{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	line-height: 50px;
}
.section .sectionright .sctitle h3 span{
	font-size: 12px;
	color: #fff;
	font-family: arial;
	margin-left: 5px;
	letter-spacing: 1px;
}
.section .sectionright .sctitle a{
	float: right;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-family: arial;
}
.section .sectionright .sctitle a:hover{
	color: #f29802;
}
.section .sectionright .sctbtm{
	background-color: #fff;
	height: 426px;
	padding: 20px 20px 0;
}
.section .sectionright .sctbtm li{
	position: relative;
	line-height: 34px;
	overflow: hidden;
}
.section .sectionright .sctbtm li span{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #b2b2b2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.section .sectionright .sctbtm li p{
	display: block;
	font-size: 14px;
	color: #666666;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 14px;
}
.section .sectionright .sctbtm li:hover>a p{
	color: #036cb7;
}
.section .sectionadd{
	margin-top: 30px;
}
.mylooptoo .mybg{
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s;
}
.mylooptoo .mybg span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #036CB7;
	opacity: 0.6;
	filter:alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.mylooptoo .mybg p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 99px;
	z-index: 2;
}
.mylooptoo .swiper-slide:hover>.mybg{
	height: 100%;
}
.mylooptoo .swiper-button-next{
	width: 17px;
	/*height: 34px;*/
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 17px 34px;
	-moz-background-size: 17px 34px;
	-webkit-background-size: 17px 34px;
	background-repeat: no-repeat;
	background-position: center;
	/*right: 10px;*/
	left: auto;
	
}
.mylooptoo .swiper-button-prev{
	width: 17px;
	/*height: 34px;*/
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 17px 34px;
	-moz-background-size: 17px 34px;
	-webkit-background-size: 17px 34px;
	background-repeat: no-repeat;
	background-position: center;
	/*left: 10px;*/
	right: auto;

}

.footer{
	width: 100%;
	min-width: 1200px;
	/*height: 320px;*/
	background-color: #191919;
}
.footer .center{
	overflow: hidden;
	/* padding-top: 55px; */
	position: relative;
}
.footer .footerlist{
	overflow: hidden;
}
.footer .footerli{
	float: left;
	margin-right: 38px;
}
.footer .footerli h4 a{
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
}
.footer .footerli h4 a:hover{
	color: #036cb7;
}
.footer .footerli span{
	display: block;
	width: 1px;
	height: 158px;
	background-color: #474747;
}
.footer .footerli ul{
	margin-top: 8px
}
.footer .footerli li{
	line-height: 30px;
	font-size: 14px;
	color: #bbbbbb;
}
.footer .footerli li a{
	font-size: 14px;
	color: #bbbbbb;
}
.footer .footerli li a:hover{
	color: #036cb7;
}
.footer .footerli p{
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
}
.footer .footerli h3{
	font-size: 22px;
	color: #ffffff;
	font-family: arial;
	margin-top: 5px;
}
.footer .footerli .footerbtn{
	display: block;
	width: 174px;
	height: 34px;
	padding: 0 15px;
	text-align: right;
	line-height: 34px;
	background-color: #036cb7;
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-top: 14px;
}
.footer .footerli .footerbtn span{
	display: block;
	width: 17px;
	height: 19px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	background: none;
}
.footer .footerli .footadd{
	overflow: hidden;
	/*margin-top: 22px;*/
}
.footer .footerli .footadd li{
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.footer .footerli b{
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	display: inherit;
}
.footer .toTop{
	width: 50px;
	height: 50px;
	background-color: #036cb7;
	background-image: url("../images/footer06.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
}
.last{
	width: 100%;
	height: 104px;
	background-color: #191919;
}
.last .center{
	position: relative;
}
.last ul{
	overflow: hidden;
}
.last li{
	float: left;
	line-height: 104px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	margin-left: 14px;
}
.last li a{
	line-height: 104px;
	font-size: 14px;
	color: #fff;
	float: left;
}
.last li a:hover{
	color: #036cb7;
}
.last li span{
	display: block;
	width: 1px;
	height: 14px;
	background-color: #484848;
	margin: 45px 0;
	margin-left: 14px;
	float: left;
}
.last .center .lastext{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
}
.last .center .lastext p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.last .center .lastext p a{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.last .center .lastext p a:hover{
	color: #036cb7 !important;
}
.mylist{
	height: 50px;
	background: url("../images/bg04.jpg") no-repeat center;
	overflow: hidden;
	padding: 0 20px;
	margin: 18px 0;
}
.mylist p{
	/*float: left;*/
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 50px;
}
.mylist p span{
	display: block;
	width: 22px;
	height: 22px;
	margin: 14px 0;
	float: left;
	margin-right: 10px;
}
.mylist p a{
	font-size: 14px;
	color: #686868;
	font-family: arial;
	float: right;
	line-height: 50px;
	font-weight: normal;
}
.mylist p a:hover{
	color: #036cb7;
}
.myadd li{
	margin-bottom: 18px;
}
.pages{
	text-align: center;
	margin-top: 40px;
}
.pages ul{
	display: inline-block;
}
.pages ul li{
	padding:0 18px;
	line-height: 35px;
	font-size: 14px;
	color: #999999;
	border: 1px solid #c8c8c8;
	margin-right: 5px !important;
	margin-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius:3px;
	-webkit-border-radius: 3px;
	-ms-border-radius:3px;
	margin-bottom: 0 !important;
	cursor: pointer;
	transition: all 0.4s;
	float: left;
}
.pages ul .pagecolor{
	background-color: #036cb7;
	border-color: #036cb7;
	color: #fff;
}
.pages ul li:hover{
	background-color: #036cb7;
	border-color: #036cb7;
	color: #fff;
}
.products{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 20px;
}
.products .productbox{
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 18px;
}
.products .productbox .bigbox{
	width: 445px;
	height: 445px;
	border: 1px solid #dfdfdf;
	position: relative;
	overflow: hidden;
	float: left;
}
.products .productbox .bigbox ul{
	display: block;
	overflow: hidden;
	width: 9999px;
	position: absolute;
	left: 0;
	top: 0;
}
.products .productbox .bigbox li{
	width: 445px;
	height: 445px;
	float: left;
}
.products .productbox .bigbox li img{
	width: 100%;
	height: 100%;
}
.products .productbox .bigtext{
	width: 650px;
	float: left;
	height: 397px;
	margin-left: 34px;
}
.products .productbox .bigtext .pdctext{
	padding: 20px 0;
}
.products .productbox .bigtext .pdctext p b{
	font-size: 14px;
	color: #888888;
	line-height: 40px;
	margin-right: 10px;
}
.products .productbox .bigtext .pdctext p span{
	font-size: 22px;
	color: #444444;
	font-weight: bold;
	line-height: 40px;
}
.products .productbox .bigtext .pdctext p i{
	font-size: 14px;
	color: #444444;
	line-height: 40px;
}
.products .productbox .bigtext h3{
	overflow: hidden;
	margin-top: 10px;
}
.products .productbox .bigtext h3 a{
	display: block;
	width: 140px;
	height: 45px;
	overflow: hidden;
	background-color: #f29802;
	float: left;
	margin-right: 10px;
	padding-left: 28px;
	position: relative;
}
.products .productbox .bigtext h3 a span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 16px 0;
	float: left;
}
.products .productbox .bigtext h3 a b{
	display: block;
	width: 60px;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
	margin-left: 10px;
	float: left;
}
.products .productbox .bigtext h3 a:after{
	background: #fff;
	content: "";
	height: 200px;
	left: -95px;
	opacity: 0.6;
	position: absolute;
	top: -50px;
	width: 10px;
	z-index: 10;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}
.products .productbox .bigtext h3 a:hover:after{
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.products .productbox .bigtext .smallbox{
	width: 628px;
	height: 115px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.products .productbox .bigtext .smallbox ul{
	width: 9999px;
	display: block;
	position: absolute;
	left: 30px;
}
.products .productbox .bigtext .smallbox li{
	width: 115px;
	height: 115px;
	float: left;
	margin-left: 20px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}
.products .productbox .bigtext .smallbox li img{
	width: 100%;
	height: 100%;
}
.products .productbox .bigtext .smallbox .smallcolor{
	border-color: #3286c2;
}
.products .productbox .bigtext .smallbox .smallbtn{
	width: 30px;
	height: 115px;
	background-color: #e8eff9;
	font-family: "鏂板畫浣�";
	font-size: 32px;
	text-align: center;
	line-height: 115px;
	color: #626264;
	position: absolute;
	top: 0;
	font-weight:bold ;
	cursor: pointer;
}
.products .productbox .bigtext .smallbox .smalleft{
	left: 0;
}
.products .productbox .bigtext .smallbox .smallright{
	right: 0;
}
.productbox2{
	margin-bottom: 18px;
}
.productbox2 .productitle{
	width: 100%;
	background-color: #eaeaea;
}
.productbox2 .productitle h3{
	display: block;
	width: 156px;
	height: 50px;
	background-color: #337cbd;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.productbox2 .productext{
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
}
.productbox2 .productext p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}
.productbox2 .productext dl{
	display: block;
	width: 33.3%;
	float: left
}
.productbox2 .productext dd{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.productbox2 .productext ul{
	display: block;
	width: 33.3%;
	float: left
}
.productbox2 .productext li{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.mywrap{
	width: 100%;
	min-width: 1200px;
	background-color: #F7F7F7;
	padding: 50px;
}
.mywrap .mytab{
	background-color: #fff;
	padding: 0 35px;
	padding-bottom: 50px;
	display: none;
}
.mywrap .mytab:nth-child(1){
	display: block;
}
.mywrap .mytab .mytabox{
	width: 100%;
	height: 0;
	position: relative;
	/*padding-top: 100px;*/
}
.mywrap .mytab .mytabox img{
	width: 429px;
	height: 465px;
	position: absolute;
	top: 0;
	right: 0;
}
.mywrap .mytab .mytabtext{
	margin-top: 30px;
}
.mywrap .mytab .mytabtext h3{
	font-size: 16px;
	color: #036CB7;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 20px;
}
.mywrap .mytab .mytabtext p{
	/* font-size: 14px;
	color: #666666; */
	line-height: 30px;
	/* text-indent: 2em;
	width: 680px; */
}
.mywrap .mytab .mytabtext .mytabp{
	width: 100%;
}
.mywrap .mytab .mytabphoto{
	padding: 70px 32px 0;
}
.mywrap .mytab .mytabphoto ul{
	text-align: justify;
	text-align: center;
}
.mywrap .mytab .mytabphoto ul li{
	display: inline-block;
	width: 340px;
	height: 266px;
	margin-right: 18px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.mywrap .mytab .mytabphoto ul li:nth-child(3n){
	margin-right: 0;
}
.mywrap .mytab .mytabphoto ul li img{
	transition: all 0.6s;
}
.mywrap .mytab .mytabphoto ul li:hover>img{
	transform: scale(1.2);
}
.mywrap .mytab .mytabphoto ul li .mytabadd{
	width: 310px;
	height: 78px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 2;
}
.mywrap .mytab .mytabphoto ul li .mytabadd span{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #036cb7;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: -1;
}
.mywrap .mytab .mytabphoto ul li .mytabadd h3{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin-top: 9px;
}
.mywrap .mytab .mytabphoto ul li .mytabadd p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}



.honor-box{
	position:relative;
	width:910px;
	height:500px;
	margin: 0 auto ;
}
.honor-box ul{
	position:relative;
	height:500px;
	margin:0 auto;
}
.honor-box li{
	position:absolute;
	background:#fff;
	width:0;
	height:0;
	top:61px;
	left:154px;
	z-index:0;
	cursor:pointer;
	border:1px solid #d7d7d7;

}
.honor-box li .img{
	width:100%;
	height:100%;
	vertical-align:middle;
}
.honor-box .prev,.honor-box .next{
	position:absolute;
	width:33px;
	height:62px;
	top:210px;
	overflow:hidden;
	cursor:pointer;
	z-index:3;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.honor-box .prev{
	left:-100px;
	background:url("../images/mytab06.png") no-repeat;
}
.honor-box .next{
	right:-100px;
	background:url("../images/mytab07.png") no-repeat;
}
.honor-box .prev:hover,.honor-box .next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.myanli ul{
	overflow: hidden;
}
.myanli li{
	width: 345px;
	height: 394px;
	float: left;
	margin-right: 42px;
	margin-bottom: 32px;
	position: relative;
}
.myanli li:nth-child(3n){
	margin-right: 0;
}
.myanli li .anlibox{
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.myanli li .anlibox img{
	transition: all 0.4s;
}
.myanli li .anlitext{
	margin-top: 10px;
}
.myanli li .anlitext h3{
	font-size: 16px;
	color: #113b83;
	line-height: 50px;
}
.myanli li .anlitext p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.myanli li .anlitext a{
	display: block;
	width: 144px;
	height: 36px;
	background-color: #036cb7;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	font-family: arial;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.myanli li .anlitext a:hover{
	/*color: #036cb7;*/
	background-color: #f29802;
	/*border: 1px solid #036cb7;*/
}
.myanli li:hover>.anlibox img{
	transform: scale(1.2);
}
.mymapwrap{
	overflow: hidden;
}
.mymapwrap .mymaptext{
	width: 424px;
	
	padding: 40px 30px 40px 35px;
	background: url("../images/bg05.jpg") no-repeat center;
	float: left;
}
.mymapwrap .mymaptext h4{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 42px;
}
.mymapwrap .mymaptext p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 36px;
}
.mymapwrap .mymapbox{
	width: 705px;
	height: 339px;
	float: left;
	/* margin-left: 20px; */
}
.myforms{
	background-color: #fff;
	margin-top: 25px;
	padding: 20px 35px 54px;
}
.formbox{
	margin-top: 30px;
}
.formbox label{
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}
.formbox label input{
	width: 49%;
	height: 42px;
	background-color: #f7f7f7;
	float: left;
	border: none;
	outline: none;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
}
.formbox label input:nth-child(2){
	margin-left: 2%;
}
.formbox label textarea{
	width: 100%;
	height: 260px;
	background-color: #f7f7f7;
	resize: none;
	outline: none;
	border: none;
	padding:0 15px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
}
.formbox label input:focus{
	border: 1px solid #3286c2;
}
.formbox label textarea:focus{
	border: 1px solid #3286c2;
}
.formbox label .myipt{
	width: 150px;
	padding-left: 0;
	background-color: #005bac;
	color: #fff;
}
.formbox label .myint{
	width: 150px;
	padding-left: 0;
	background-color: #8d8e8e;
	color: #fff;
}
.formbox label .myipt:hover{
	background: none;
	color: #005bac;
	border: 1px solid #3286c2;
}
.formbox label .myipt:focus{
	border: 1px solid #3286c2;
}
.formbox label .myint:hover{
	background: none;
	color: #8d8e8e;
	border: 1px solid #8d8e8e;
}
.formbox label .myint:focus{
	border: 1px solid #8d8e8e;
}
.zpwrap{
	width: 100%;
	min-width: 1200px;
	background-color: #ffffff;
	padding: 36px 0 70px;
}
.zpwrap .zptitle{
	background-color: #036cb7;
	padding: 0 25px;
}
.zpwrap .zptitle ul{
	overflow: hidden;
}
.zpwrap .zptitle li{
	float: left;
	width: 180px;
	height: 45px;
	text-align: center;
}
.zpwrap .zptitle li .zpbox{
	/*width: 84px;*/
	display: inline-block;
	overflow: hidden;
}
.zpwrap .zptitle li span{
	float: left;
	margin-top: 12px;
}
.zpwrap .zptitle li p{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 45px;
	white-space: nowrap;
	float: left;
	margin-left: 10px;
}
/*.zptext{
	margin-top: 24px;
}*/
.zptext .zpli{
	margin-top: 20px;
	height: 47px;
	overflow: hidden;
}
.zptext .zpli dl{
	overflow: hidden;
	background-color: #f1f1f1;
	padding: 0 25px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.zptext .zpli dl dd{
	width: 180px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
}
.zptext .zpli dl dd img{
	margin: 11px auto;
}
.zptext .zpli dl .zpwidth{
	width: 248px;
}
.zphide{
	padding: 30px 40px;
	border: 1px solid #e2e2e2;
	border-top: none;
	overflow: hidden;
	/*display: none;*/
}
.zphide ul{
	width: 50%;
	float: left;
}
.zphide ul li{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.zphide ul p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}


.xwrap {
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding-top: 45px;
	padding-bottom: 30px;
}
.myxw{
	background-color: #fff;
	padding: 0 30px;
	padding-bottom: 30px;
}
.myxw .xwlist li{
	    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #ddd;
    /* padding: 15px 0; */
}
.myxw .xwlist li .xwbox{
	width: 180px;
	/* height: 180px;
	    border: 1px solid #ddd; */
	text-align: center;
	float: left;
	transition: all 0.6s;
	padding-top: 4px;
}
.myxw .xwlist li .xwbox .xwnum{
	display: inline-block;
	text-align: center;
	
}
.myxw .xwlist li .xwbox .xwnum h2{
	font-size: 60px;
	color: #FFFFFF;
	font-family: arial;
	line-height: 60px;
}
.myxw .xwlist li .xwbox .xwnum p{
	font-size: 16px;
	font-family: "瀹嬩綋";
	color: #fff;
	line-height: 20px;
}
.myxw .xwlist li .xwbox .xwnum p span{
	font-size: 16px;
	color: #fff;
	font-family: arial;
}
.xwtext{
	padding-left: 38px;
	padding-right: 20px;
	padding-top: 16px;
	width: 950px;
	/* height: 180px; */
	float: left;
	/* border: 1px solid #e5e5e5; */
}
.xwtext h3 a{
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	line-height: 40px;
}
.xwtext p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.xwtext .xwbtn{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.xwtext .xwbtn b{
	font-size: 14px;
	color: #999999;
	float: left;
	line-height: 36px;
}
.xwtext .xwbtn a{
	display: block;
	width: 144px;
	height: 36px;
	background-color: #036cb7;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	float: right;
	transition: all 0.6s;
}
.myxw .xwlist li:hover:hover{
	box-shadow: 0 0 12px #E5E5E5;
}
.myxw .xwlist li:hover>.xwbox{
	/* background-color: #f29802; */
}
.myxw .xwlist li:hover>.xwtext .xwbtn a{
	background-color: #f29802;
}
.myxw .xwlist li .xwtext h3:hover> a{
	color: #f29802;
}
.mylast{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 50px 0;
}
.lastlist{
	background-color: #fff;
}
.lasttitle{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 28px;
}
.lasttitle h3{
	font-size: 26px;
	color: #036cb7;
	text-align: center;
	padding-top: 45px;
}
.lasttitle ul{
	display: block;
	/*margin: 0 auto;*/
	overflow: hidden;
	text-align: center;
	margin-top: 28px;
}
.lasttitle ul li{
	height: 16px;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px dotted #afafaf;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
}
.lasttitle ul li img{
	display: inline-block;
}
.lastext{
	padding: 0px 40px 50px;
}
.lastext p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}
.lastext .lastpic{
	overflow: hidden;
}
.lastext .lastpic img{
	float: left;
	margin-left: 28px;
}
.lastbtn p{
	display: block;
	background-color: #fff;
	font-size: 14px;
	line-height: 54px;
	color: #444444;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 10px;
}
.lastbtn p a{
	font-size: 14px;
	color: #444444;
	line-height: 54px;
	font-weight: normal;
}
.lastbtn p a:hover{
	color: #036cb7;
}
.lastbtn p:hover:hover{
	box-shadow: 0 0 12px #E2E2E2;
}
.mytitle .mybtm h2{
	width: 330px;
	text-align: center;
	font-size: 28px;
	color: #444444;
	float: left;
	line-height: 30px;
}
.lxwrap{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 50px 0;
}
.lxwrap .center{
	background-color: #fff;
	padding: 0 30px;
	padding-bottom: 50px;
}
.lxwrap .lxbox .lxbg{
	height: 240px;
	background: url("../images/bg06.jpg") no-repeat center;
	padding: 45px 0 0 45px;
}
.lxwrap .lxbox .lxbg p{
	font-size: 14px;
	color: #323232;
	line-height: 30px;
}
.lxwrap .lxbox .lxlist{
	margin-top: 26px;
	width: 100%;
}
.lxwrap .lxbox .lxlist ul{
	overflow: hidden;
}
.lxwrap .lxbox .lxlist li{
	display: block;
	width: 366px;
	height: 225px;
	float: left;
	margin-right: 21px;
	overflow: hidden;
	margin-bottom: 20px;
}
.lxwrap .lxbox .lxlist li:nth-child(3n){
	margin-right: 0;
}
.lxwrap .lxbox .lxlist li img{
	transition: all 0.6s;
}
.lxwrap .lxbox .lxlist li:hover>img{
	transform: scale(1.2);
}
#.mymain a,.products a{
	color:#036cb7;
}

.products p a,.mymain p a,.myxw p a,.lastlist p a,.mytab p a,mylast p a,#nav a{
	font-size:14px;color:#323232;

}
.products p ,.mymain p ,.myxw p ,.lastlist p,.mytab p ,mylast p,#nav {
	margin-bottom:10px;
}
.lastext0 p a{
	color:#323232;
}
.swiper-slide img{border: 1px solid #ddd;}
.pages {padding: 30px 0 30px;text-align: center}
.pages li {display: inline; margin:0 2px; font-size:12px}
.pages li.thisclass, .pages a:hover{padding: 3px 8px; border: 1px solid #428BCA;	background: #428BCA;color: #fff;text-decoration: none}
.pages a{padding: 3px 8px;border: 1px solid #CCC;background: #fff;color: #A4A4A4;line-height: 18px; font-size:12px}